home *** CD-ROM | disk | FTP | other *** search
- EXIT(3F) Last changed: 1-6-98
-
-
- NNAAMMEE
- EEXXIITT - Exits from a Fortran program
-
- SSYYNNOOPPSSIISS
- UNICOS and UNICOS/mk systems:
-
- CCAALLLL EEXXIITT[((_i_s_t_a_t))]
-
- IRIX systems:
- CCAALLLL EEXXIITT((_i_s_t_a_t))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- On IRIX systems, the information on this man page is valid only for
- programs compiled with the MIPSpro 7 Fortran 90 compiler.
-
- EEXXIITT ends the execution of a Fortran program.
-
- _i_s_t_a_t EEXXIITT ends the execution of a Fortran program. On UNICOS/mk
- systems, it terminates execution on the local processing
- element (PE). The integer status _i_s_t_a_t is optional on
- UNICOS systems and is required on IRIX systems. The default
- exit status is 0.
-
- When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX, all arguments must be of default kind
- unless documented otherwise. On UNICOS and UNICOS/mk, default kind is
- KKIINNDD==88 for integer, real, complex, and logical arguments; on IRIX, the
- default kind is KKIINNDD==44.
-
- NNOOTTEESS
- UUNNIICCOOSS aanndd UUNNIICCOOSS//mmkk oonnllyy:: The single parameter to EEXXIITT is optional.
- Because EEXXIITT is predeclared, any explicit call to it can optionally
- include a parameter. However, if EEXXIITT is passed as an actual
- parameter corresponding to a dummy parameter that is a procedure, and
- if the corresponding dummy parameter is then called, one of the
- following must be done:
-
- * The dummy procedure parameter must be declared in an interface block
- as having an optional integer parameter
-
- * The call to the dummy procedure parameter (that is, the indirect
- call to EEXXIITT) must include an actual parameter corresponding to the
- optional one for EEXXIITT.
-
- SSEEEE AALLSSOO
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
- 2165, for the printed version of this man page.
-
-